@charset "utf-8";
/* CSS Document */
body{
    font-family:'Microsoft YaHei' !important;
    font-size:12px;
    color:#333;
}
ul,ol,li,dl,dt,dd,em,p,div,h1,h2,h3,h4,form,table,tr,td,label{
    margin: 0;
    padding: 0;
}
*{
    padding:0; margin:0;
}
table{
    border-collapse: collapse;
}
th{
    font-weight:normal;
}
em, i{
    font-style: normal;
}
a{
    color:#00b6dd;
    text-decoration: none;
    cursor:pointer;
}
input, textarea, select{
    font-size: 12px;
    vertical-align: middle;
    outline:none;
}
li{
    list-style: none outside none;
}
h1{
    font-size: 16px;
}
h2{
    font-size: 14px;
}
h3,h4,h5,h6{
    font-size: 12px;
}
span{
    vertical-align: middle;
}
img {
    border: 0 none;
    vertical-align: middle;
}
input[button]{
    cursor:pointer;
}
button[button]{
    cursor:pointer;
    outline:0;
}
.clear{
    clear: both;
    padding:0;
    margin:0;
}
.clear:after{
    display:block;
    visibility:hidden;
    clear:both;
    height:0;
    content:"."
}
.clearfix {
    display: block;
}
.clearfix:after{
    display:block;
    visibility:hidden;
    clear:both;
    height:0;
    content:"."
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.index-min-width{
    min-width: 1200px;
}
.index-width{
    width: 1200px;
}
.hide{
    display: none;
}
.btn {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #0062dc !important;
    background-color: #0062dc !important;
}
.primary_btn {
    color: #0062dc !important;
    background-color: #fff !important;
    border: 1px solid #0062dc !important;
}
.theme,
.theme *,
.theme_hover:hover,
.theme_hover:hover *{
    color: #0062dc !important;
}
.theme_bg,
.theme_bg_hover:hover{
    background: #0062dc !important;
}
.theme_bg_hover:hover {
    color: #fff !important;
}
.theme_border,
.theme_border_hover:hover{
    border-color: #0062dc !important;
}